home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Nave
/
gravity.swf
/
scripts
/
frame_99
/
PlaceObject2_27_11
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-03-28
|
326 b
|
13 lines
onClipEvent(enterFrame){
if(_root.getBytesLoaded() >= _root.getBytesTotal())
{
_root.play();
}
else
{
_parent.stop();
this._xscale = _root.getBytesLoaded() / _root.getBytesTotal() * 100;
_root.howMuch = int(_root.getBytesLoaded() / _root.getBytesTotal() * 100) + "%";
}
}